projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7fa26c0
)
Comment change.
author
Karl Heuer
<kwzh@gnu.org>
Fri, 5 Jun 1998 15:51:08 +0000
(15:51 +0000)
committer
Karl Heuer
<kwzh@gnu.org>
Fri, 5 Jun 1998 15:51:08 +0000
(15:51 +0000)
src/emacs.c
patch
|
blob
|
history
diff --git
a/src/emacs.c
b/src/emacs.c
index e998c853af95df11443b87cc41edf62ab59de4b5..f24e7bd6dcba6ceb2f1a4587334a6cc3ba647ae6 100644
(file)
--- a/
src/emacs.c
+++ b/
src/emacs.c
@@
-1213,7
+1213,7
@@
the Bugs section of the Emacs manual or the file BUGS.\n", argv[0]);
if (!initialized)
{
char *file;
- /* Handle -l loadup
-and-dump
, args passed by Makefile. */
+ /* Handle -l loadup, args passed by Makefile. */
if (argmatch (argv, argc, "-l", "--load", 3, &file, &skip_args))
Vtop_level = Fcons (intern ("load"),
Fcons (build_string (file), Qnil));